@charset "utf-8";
/* CSS Document */

 .fix-window {
            position: fixed;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            z-index: 1001;
            z-index: var(--modal-index);
        }
        ._2vuGugYVCs2uY3WvJNI4CU {
            position: fixed;
            width: 350px;
            height: 200px;
            background: #ffffff;
            border: 1px solid #f2f3f3;
            left: 50%;
            top: 40%;
            border-radius: 10px;
            transform: translate(-50%, -50%);
            text-align: center;
            box-shadow: rgb(125 114 114 / 50%) 0px 5px 15px;
            z-index: 1000;
        }
        ._2vuGugYVCs2uY3WvJNI4CU .modal-header {
            text-align: center;
            line-height: 50px;
            height: 50px;
            font-size: 18px;
            color: #b8261a;
            border-bottom: 1px solid #f2f3f3;
            position: relative;
        }
        ._2vuGugYVCs2uY3WvJNI4CU .modal-header .modal-close {
            position: absolute;
            width: 25px;
            height: 25px;
            top: 10px;
            right: 10px;
            cursor: pointer;
            background-image: url(c1closeicon-2022-1-1.png);
            background-repeat: no-repeat;
            background-size: cover;
        }
        ._2vuGugYVCs2uY3WvJNI4CU .modal-body {
            margin: 30px 40px 20px;
            font-size: 14px;
            color: #808080;
            height: 40px;
            overflow: hidden;
        }
        ._2vuGugYVCs2uY3WvJNI4CU .modal-footer {
            text-align: center;
        }
        ._2vuGugYVCs2uY3WvJNI4CU .modal-footer .okBtn {
            height: 36px;
            line-height: 36px;
            background: #fff;
            border: 1px solid #b8261a;
            border-radius: 18px;
            width: 120px;
            margin-left: auto;
            margin-right: auto;
            font-size: 13px;
            cursor: pointer;
            color: #b8261a;
        }